Edit Task: DurationFixed
Description
The DurationFixed attribute under EditTask defines the task's fixed duration constraint. This value is only valid if the DurationVariable is set to False.
Parameters
Parameter | Description |
---|---|
DurationFixed | A double value greater than zero that defines the fixed duration constraint for the task. |
Examples
Set the fixed duration of a task to 600s
PATCH api/task/TaskB
Body:
{
"DurationFixed" : "600"
}